home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TIMPORTPUZZLES / TIMPORTPUZZLES.txt
Text File  |  1996-03-09  |  2KB  |  100 lines

  1. object ImportPuzzles: TImportPuzzles
  2.   Left = 342
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import Rampage Puzzles'
  6.   ClientHeight = 399
  7.   ClientWidth = 454
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object Label2: TLabel
  18.     Left = 12
  19.     Top = 52
  20.     Width = 433
  21.     Height = 25
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Puzzles in File'
  25.     Font.Color = clBlack
  26.     Font.Height = -20
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 4
  33.     Top = 4
  34.     Width = 445
  35.     Height = 41
  36.     Color = clTeal
  37.     TabOrder = 0
  38.     object FileNameLabel: TLabel
  39.       Left = 4
  40.       Top = 8
  41.       Width = 437
  42.       Height = 25
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Font.Color = clBlack
  46.       Font.Height = -20
  47.       Font.Name = 'Arial'
  48.       Font.Style = []
  49.       ParentFont = False
  50.     end
  51.   end
  52.   object PuzzleBox: TListBox
  53.     Left = 12
  54.     Top = 80
  55.     Width = 429
  56.     Height = 269
  57.     ExtendedSelect = False
  58.     ItemHeight = 19
  59.     MultiSelect = True
  60.     Sorted = True
  61.     TabOrder = 1
  62.   end
  63.   object SelectAllButton: TButton
  64.     Left = 12
  65.     Top = 360
  66.     Width = 97
  67.     Height = 33
  68.     Caption = '&Select All'
  69.     TabOrder = 2
  70.     OnClick = SelectAllButtonClick
  71.   end
  72.   object ClearButton: TButton
  73.     Left = 116
  74.     Top = 360
  75.     Width = 97
  76.     Height = 33
  77.     Caption = 'C&lear All'
  78.     TabOrder = 3
  79.     OnClick = ClearButtonClick
  80.   end
  81.   object OkButton: TButton
  82.     Left = 240
  83.     Top = 360
  84.     Width = 97
  85.     Height = 33
  86.     Caption = '&Ok'
  87.     TabOrder = 4
  88.     OnClick = OkButtonClick
  89.   end
  90.   object CancelButton: TButton
  91.     Left = 344
  92.     Top = 360
  93.     Width = 97
  94.     Height = 33
  95.     Caption = '&Cancel'
  96.     TabOrder = 5
  97.     OnClick = CancelButtonClick
  98.   end
  99. end
  100.